1. /* getnum.h by K.Tsuru */
  2. /************************
  3. Input number by keyboard.
  4. *************************/
  5. #ifndef GET_NUMBER_H
  6. #define GET_NUMBER_H
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <string.h>
  10. // buffer size number type
  11. int GetInt(); // 20 int
  12. long GetLong(); // 20 long
  13. double GetDouble();// 30 double
  14. char* GetString();// free char *
  15. #endif

getnum.h : last modifiled at 2017/02/26 15:25:52(395 bytes)
created at 2016/04/11 11:18:59
The creation time of this html file is 2017/10/11 16:07:52 (Wed Oct 11 16:07:52 2017).